home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
Tools
/
Packer
/
xad
/
Developer
/
Include
/
C
/
proto
/
xadmaster.h
Wrap
C/C++ Source or Header
|
1999-11-06
|
384b
|
22 lines
#ifndef _PROTO_XADMASTER_H
#define _PROTO_XADMASTER_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_XADMASTER_PROTOS_H
#include <clib/xadmaster_protos.h>
#endif
#ifdef __GNUC__
#include <inline/xadmaster.h>
#else
#include <pragma/xadmaster_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct xadMasterBase *xadMasterBase;
#endif
#endif /* _PROTO_XADMASTER_H */